Click or drag to resize

PhoneNumberCollection Properties

The PhoneNumberCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the PhoneNumberCollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the PhoneNumberCollection is synchronized (thread-safe).
Public propertyItem
Gets phone number associated with the specified position. In C#, this property is the indexer for the PhoneNumberCollection class.
Public propertyPhoneNumbers
Gets array of phone numbers.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the PhoneNumberCollection.
Top
See Also